继承自 FoxitPDFSDKPython3._object .
◆ ChoiceOption() [1/2]
| def FoxitPDFSDKPython3.ChoiceOption.ChoiceOption |
( |
|
option_value, |
|
|
|
option_label, |
|
|
|
selected, |
|
|
|
default_selected |
|
) |
| |
带参数的构造函数。
- 参数
-
| [in] | option_value | 选项字符串值。 |
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选择,false 表示 选项未被选择。 |
| [in] | default_selected | true 表示选项默认被选择,false 表示 选项默认不被选择。 |
◆ ChoiceOption() [2/2]
| def FoxitPDFSDKPython3.ChoiceOption.ChoiceOption |
( |
|
option | ) |
|
◆ Set()
| def FoxitPDFSDKPython3.ChoiceOption.Set |
( |
|
option_value, |
|
|
|
option_label, |
|
|
|
selected, |
|
|
|
default_selected |
|
) |
| |
设置值。
- 参数
-
| [in] | option_value | 选项字符串值。 |
| [in] | option_label | 选项的显示字符串值。 |
| [in] | selected | true 表示选项被选择,false 表示 选项未被选择。 |
| [in] | default_selected | true 表示选项默认被选择,false 表示 选项默认不被选择。 |
- 返回
- 无。